#include "deNetWinsock.hpp"
#include "deTCPConnection.hpp"
#include "deTCPConnectionBin.hpp"
#include "deTCPConnectionProvider.hpp"
#include "deThreadPool.hpp"
#include "deServer.hpp"
#include "dePacket.hpp"
Include dependency graph for deTCPConnection.cpp:

Functions | |
| void CALLBACK | OnRecvComplete (DWORD dwError, DWORD dwBytesTransferred, LPWSAOVERLAPPED lpOverlapped, DWORD dwFlags) |
| int | PostWSARecv (int pPosts, deTCPConnection *pConn, deTCPConnectionBin *pBin) |
| void CALLBACK | OnSendComplete (DWORD dwError, DWORD dwBytesTransferred, LPWSAOVERLAPPED lpOverlapped, DWORD dwFlags) |
| DWORD | ListenThread (void *pInfo) |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.3-rc3